home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / P_Bro.DIR / 00037.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  164 b   |  8 lines

  1. on mouseUp
  2.   set the visible of sprite (the clickOn + 6) to 1
  3.   set the visible of sprite (the clickOn + 4) to 0
  4.   updateStage()
  5.   waittime(1)
  6.   go(marker(-1))
  7. end
  8.